home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 28 / 028.d81 / t.loan calc < prev    next >
Text File  |  2022-08-26  |  1KB  |  85 lines

  1.  
  2.  
  3.           LOAN CALCULATOR
  4.                 by
  5.            W. O. Nelson
  6.  
  7.  
  8. COMMODORE MICROCOMPUTERS MAGAZINE
  9. September/October, 1986
  10.  
  11.  
  12. **************************************
  13.  
  14. NOTE: This program's print routine was
  15. designed specifically for the VIC 1525
  16. printer.  If you have a different
  17. printer, the routine might not work
  18. properly unless you modify the
  19. program.  If this is the case, consult
  20. Nelson's Commodore magazine article
  21. and your printer manual for
  22. information.
  23.  
  24. **************************************
  25.  
  26.  
  27.   The LOAN CALCULATOR can produce an
  28.  
  29. amortization table for any loan on
  30.  
  31. which you're paying simple interest.
  32.  
  33. All you have to do is enter
  34.  
  35.  
  36. -- the number of months the loan
  37.    is for
  38.  
  39. -- the interest rate
  40.  
  41. -- the amount of principal
  42.  
  43. -- the month and year the first
  44.    payment is due
  45.  
  46.  
  47.   When you press RETURN, the
  48.  
  49. amortization table displaying the
  50.  
  51. amount of interest, principal, and
  52.  
  53. balance due will scroll by.  You
  54.  
  55. may stop the display by re-pressing
  56.  
  57. RETURN.  Pressing RETURN again will
  58.  
  59. resume the display.
  60.  
  61.  
  62.   At the end of each year, the program
  63.  
  64. displays the total amounts paid that
  65.  
  66. year as well as the accumulated "to
  67.  
  68. date" amounts.
  69.  
  70.  
  71.   At the end of display you may view
  72.  
  73. the display again, make a printed copy
  74.  
  75. of the table, or begin a table for
  76.  
  77. another loan.
  78.  
  79.  
  80. DISK FILES THIS PROGRAM USES:
  81.  
  82. LOAN CALC
  83.  
  84. ------------< end of text >-----------
  85.